What is this?
-----------
This program generates the driverlist.h needed by fba-xxx rather than doing it by hand.

It does this by going through the fba.vcproj and finding every d_XXXX.cpp file and
then going through each d_XXXX.cpp file and stripping out the driver info they should
contain.

It then takes the driverlist (and the titles for each game) and alphabetizes the list
by the title for each game.

Last, it generates src\burn\driverlist.h


Usage:
-----------
Just put this program in the same directory as your fba.vcproj and run it.
There are no command line switches, any options have to be set by recompiling the source.


How do I compile the source?
-----------
I use gcc to compile it...
gcc drvlistgen.cpp -O3 -o drvlistgen.exe


Who wrote this?
-----------
IQ_132
http://neosource.1emu.net/


Bugs?
-----------
Report them at:
http://neosource.1emu.net/forums/


License?
-----------
This program is licensed under the WTFPL with two additional stipulations:
1. You cannot claim this code as your own (I don't care about credits, but you can't take credit).
2. You cannot use this code for monetary gain (unless you split it with me :D).
http://sam.zoy.org/wtfpl/


History?
-----------
03-07-08 revision 1
	adjusted alignment of titles (credits to Kenshiro :))
	added comments
	modified alphabetizing, should reduce ram (and increase speed?)
	added ability to put debug drivers at the end of the list

14-06-08 revision 0
	everything!
